update helm chart to use preferred backends for gke#1681
Open
rlakhtakia wants to merge 1 commit into
Open
Conversation
rlakhtakia
force-pushed
the
feature/preferred-backends-ha
branch
from
June 18, 2026 00:04
2acf74b to
9c46c3d
Compare
liu-cong
reviewed
Jun 22, 2026
rlakhtakia
force-pushed
the
feature/preferred-backends-ha
branch
from
June 22, 2026 22:57
9c46c3d to
763a600
Compare
rlakhtakia
force-pushed
the
feature/preferred-backends-ha
branch
from
June 23, 2026 08:21
763a600 to
e7d83f0
Compare
rlakhtakia
force-pushed
the
feature/preferred-backends-ha
branch
from
June 23, 2026 16:42
e7d83f0 to
8bfa141
Compare
rlakhtakia
force-pushed
the
feature/preferred-backends-ha
branch
from
June 24, 2026 20:22
8bfa141 to
08fd8ca
Compare
Contributor
Author
Signed-off-by: Radhika Lakhtakia <rlakhtakia@google.com>
rlakhtakia
force-pushed
the
feature/preferred-backends-ha
branch
from
June 26, 2026 18:09
08fd8ca to
9263898
Compare
Contributor
|
This PR is marked as stale after 21d of inactivity. After an additional 14d of inactivity (7d to become rotten, then 7d more), it will be closed. To prevent this PR from being closed, add a comment or remove the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Enable helm chart to deploy multiple EPP services and GCPBackendPolicies for gke preferred backends.
Link to external guide
The helm chart deploys 2 EPP deployments, where the "standby/default" pods are attached to the inferencepool. The preferred pods (Active) are deployed after where the user will have to run gcloud commands to attach the backend to the inferencepool. This ensures that when active goes down, passive is always ready to ingest traffic.
Preferred Backends also allows for safe failover by setting traffic capacity to avoid overloading the pod. (Ex. We can set the traffic threshold to be 95% capacity before standby pods get traffic).
Test Results
Active-Passive HA (preferredReplicas: 1, defaultReplicas: 1)
Active-Active HA (preferredReplicas: 2, defaultReplicas: 2)
Optimized Baseline Benchmark
Release note (write
NONEif no user-facing change):